home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / Extras / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Events / Do Menu Examples < prev    next >
Encoding:
Text File  |  1996-01-24  |  172 b   |  5 lines

  1. tell application "FileMaker Pro"
  2.     do menu menu item "New…" of menu "File"
  3.     do menu menu item 3 of menu 4
  4.     do menu menu item "Bold" of menu "Style" of menu "Format"
  5. end tell